background-color: @color_tip;
}
-*:insensitive {
+*:disabled {
color: @color_dark;
}
-*:selected, .menuitem:prelight, *:prelight {
+*:selected, .menuitem:hover , *:hover {
background-color: @color_sel;
color: white;
}
background-color: @color_base;
}
-.check:prelight, .check:selected, .radio:prelight, .radio:selected {
+.check:hover, .check:selected, .radio:hover, .radio:selected {
background-color: white;
color: black;
}
/* GRADIENTS */
-.button, .notebook tab:active, .slider {
+button, .notebook tab:active, .slider {
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade (@color_base, 1.2)), to (@color_base));
}
-.button:active, .notebook tab, .trough {
+button:active, .notebook tab, .trough {
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade (@color_base, 0.8)), to (@color_base));
}
-.button.vertical, .slider.vertical {
+button.vertical, .slider.vertical {
background-image: -gtk-gradient (linear, left top, right top,
from (shade (@color_base, 1.2)), to (@color_base));
}
-.button.vertical:active, .trough.vertical {
+button.vertical:active, .trough.vertical {
background-image: -gtk-gradient (linear, left top, right top,
from (shade (@color_base, 0.8)), to (@color_base));
}
padding: 0px 3px 0px 3px;
}
-.button, .check, .entry, .frame, .notebook, .progressbar, .radio, .scale,
+button, .check, .entry, .frame, .notebook, .progressbar, .radio, .scale,
.scrollbar, .slider, .trough {
border-radius: 2px;
border-width: 1px;
}
-.notebook tab {
+notebook tab {
padding: 2px;
}
-.notebook tab:active {
+notebook tab:active {
padding: 3px;
}
-.button {
+button {
padding: 3px;
}
border-width: 0px 0px 1px 0px;
}
-.scrollbar {
- border-radius: 0px;
-}
-
-.scrollbar.trough {
- border-width: 1px 1px 0px 1px;
-}
-
-.scrollbar.trough.vertical {
- border-width: 1px 0px 1px 1px;
-}
-
-.scrollbar.button.left, .scrollbar.button.right {
- border-width: 1px 0px 0px 0px;
-}
-
-.scrollbar.button.top, .scrollbar.button.bottom {
- border-width: 0px 0px 0px 1px;
-}
-
-.scrollbars-junction {
- border-width: 1px 0px 0px 1px;
-}
-
-.scrollbar.slider {
- border-width: 1px 1px 0px 1px;
-}
-
-.scrollbar.slider.vertical {
- border-width: 1px 0px 1px 1px;
-}
-
-.separator {
- border-width: 1px;
- padding: 1px;
-}
-
-GtkComboBox .separator, GtkFontButton .separator {
- border-width: 0px;
- padding: 0px;
-}
-
-.tooltip {
- border-width: 1px;
- padding: 2px;
-}
-
-/* MISC SETTINGS */
-
-* {
- -GtkButton-default-border: 0;
- -GtkButton-image-spacing: 4;
- -GtkButtonBox-child-internal-pad-x: 0;
- -GtkButtonBox-child-internal-pad-y: 0;
- -GtkButtonBox-child-min-width: 0;
- -GtkButtonBox-child-min-height: 0;
- -GtkCheckButton-indicator-size: 12;
- -GtkCheckMenuItem-indicator-size: 12;
- -GtkComboBox-arrow-scaling: 0.667;
- -GtkDialog-action-area-border: 0;
- -GtkDialog-button-spacing: 6;
- -GtkDialog-content-area-border: 6;
- -GtkDialog-content-area-spacing: 6;
- -GtkEntry-inner-border: 1;
- -GtkMenu-horizontal-padding: 1;
- -GtkMenu-horizontal-offset: 0;
- -GtkMenuBar-internal-padding: 0;
- -GtkMenuItem-arrow-scaling: 0.667;
- -GtkMenuItem-toggle-spacing: 6;
- -GtkNotebook-tab-overlap: 1;
- -GtkPaned-handle-size: 6;
- -GtkProgressBar-min-horizontal-bar-height: 12;
- -GtkProgressBar-min-vertical-bar-width: 12;
- -GtkRange-slider-width: 12;
- -GtkRange-trough-border: 0;
- -GtkScale-slider-length: 30;
- -GtkScrolledWindow-scrollbar-spacing: 0;
- -GtkScrolledWindow-scrollbars-within-bevel: 1;
- -GtkTreeView-horizontal-separator: 0;
- -GtkTreeView-vertical-separator: 0;
- -GtkWidget-focus-line-width: 0;
- -GtkWidget-focus-padding: 0;
- -GtkWidget-separator-height: 1;
- -GtkWidget-separator-width: 1;
- -GtkWidget-wide-separators: TRUE;
- -GtkWindow-resize-grip-height: 0;
-}
-
-.scrollbar {
- -GtkRange-slider-width: 17;
- -GtkRange-stepper-size: 16;
- -GtkRange-trough-under-steppers: FALSE;
- -GtkScrollbar-min-slider-length: 18;
-}